-
-
Notifications
You must be signed in to change notification settings - Fork 13.9k
♻️ refactor: remove azure-ad auth provider #9942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRemove AzureAD as an SSO provider by cleaning up its registration and deleting its module. Class diagram for SSO providers after AzureAD removalclassDiagram
class Auth0
class Authentik
class GenericOIDC
class Github
class Zitadel
class ssoProviders {
Auth0
Authentik
GenericOIDC
Github
Zitadel
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
TestGru AssignmentSummary
Tip You can |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #9942 +/- ##
=======================================
Coverage 83.66% 83.66%
=======================================
Files 950 950
Lines 65893 65893
Branches 9704 9706 +2
=======================================
Hits 55130 55130
Misses 10763 10763
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
|
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
## [Version 2.0.0-next.4](v2.0.0-next.3...v2.0.0-next.4) <sup>Released on **2025-10-31**</sup> #### ♻ Code Refactoring - **misc**: Remove azure-ad auth provider. #### 💄 Styles - **misc**: Update i18n. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Remove azure-ad auth provider, closes [#9942](#9942) ([103c4d7](103c4d7)) #### Styles * **misc**: Update i18n, closes [#9944](#9944) ([3a6468f](3a6468f)) </details> <div align="right"> [](#readme-top) </div>
|
🎉 This PR is included in version 2.0.0-next.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 Change Type
🔗 Related Issue
🔀 Description of Change
🧪 How to Test
📸 Screenshots / Videos
📝 Additional Information
Summary by Sourcery
Remove Azure AD SSO provider support by deleting its module and removing its references from the ssoProviders list.
Chores: